﻿/* Fonts */
@font-face {
    font-family: 'Newsreader';
    src: url('/css/Shoosmiths - RSG - Web/fonts/Newsreader-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 200 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/css/Shoosmiths - RSG - Web/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 900;
    font-style: normal;
}

/* Root */
:root {
    --black-background-color: #0A0A0A;
}

/* Page layout */
html, body {
    height: 100%;
}

html {
    background-color: #FFFFFF;
    font-family: 'Montserrat', 'Newsreader';
}

body {
    margin: auto;
    padding: 0;
    font-family: Newsreader !important;
    font-size: 12pt;
    font-weight: 400;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.stepwizard-step {
    font-family: 'Newsreader';
    font-weight: 300;
}

/* Content */
.container.body-container,
.body-content,
#referenceBody {
    flex: 1 0 auto;
}

.notice-block {
    border-radius: 6px;
    margin-bottom: 50px;
    font-family: 'Newsreader';
}

    .notice-block p {
        margin: 0 0 8px 0;
    }

        .notice-block p:last-child {
            margin-bottom: 0;
        }

    .notice-block b {
        font-weight: 700;
    }

    .notice-block a {
        color: black;
        text-decoration: underline !important;
        font-weight: bold;
    }


/* Inputs */
.body-content .form-group.material input, .body-content .form-group.static input {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    height: 35px;
    border: 2px solid #CCCCCC;
    color: #333333;
    font-family: 'Montserrat';
}

.body-content input:focus {
    border: 2px solid var(--black-background-color) !important;
}

/* Header */
.header {
    box-shadow: none;
    margin-bottom: 20px;
}

.divLogo {
    padding: 0;
}

.imgLogo {
    margin: 30px auto 10px;
    padding: 0;
    height: auto;
    max-width: 310px !important;
}

@media screen and (min-width: 320px) {
    .imgLogo {
        max-width: calc(25.81262vw + 47.39962px);
    }
}

/* Step Wizard */
.stepwizard {
    margin-bottom: 10px;
}

.stepwizard-step a.active:before {
    background-color: var(--black-background-color);
}

.stepwizard-step a {
    font-size: 12px;
    font-weight: 400;
    color: black
}

/* Body head */
.body-head {
    border-bottom: 0px solid grey;
    margin-bottom: 0px;
}

.body-content {
    display: block;
    width: 100%;
    border-top: 0px solid grey;
    margin: 0px;
}

.body-head .title, .body-head .thanks {
    text-align: left;
    margin: 0 0 10px 0;
    padding: 5px;
    display: block;
    font-weight: 300;
    box-sizing: border-box;
    color: black;
    font-size: 32px;
    font-family: 'Newsreader';
    text-transform: none;
    border-bottom: 1px solid #1d252c;
    margin: 25px 0 25px 0
}

.body-head .description, .body-head p.confirm {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-family: 'Newsreader';
    color: black;
}

#confirm_content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
}

div .reference {
    margin: 0px;
}

#verification > div.form-group.reference-container-1 > div {
    margin-bottom: 60px;
}

/* Footer */
footer {
    background-color: var(--black-background-color);
}

.footerProvider {
    display: none;
}

#footer-container-row {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
}

footer.footer.mt-auto {
    margin-top: auto !important;
}

/* Misc */
span.question {
    display: none;
}

.field-validation-error {
    color: #bd2a10;
    font-size: 12px;
    text-transform: none;
    margin-top: 0px;
}

/* Labels */
.body-content .form-group.material label,
.body-content .form-group.static label,
.input-floating-label label,
#amount .description {
    text-transform: none;
    font-size: 10pt !important;
    top: -30px;
    transform: none;
    font-weight: 600;
    font-family: montserrat,sans-serif;
    color: var(--black-background-color);
}

.order-confirmation .line .float-start,
.order-confirmation .top .float-end,
.order-confirmation .top .float-start,
.order-confirmation .line .float-end {
    text-transform: none;
    font-size: 10pt !important;
    transform: none;
    font-family: montserrat,sans-serif;
    color: var(--black-background-color);
}

#phoneNumberLabel {
    left: 0px;
}


#phoneNumberContainer:has(#MobilePhoneNumber-error.input-validation-error) #phoneNumberLabel {
    font-weight: 600;
    color: #5A5A5A;
    transform: translate3d(0, 10px, 0) scale(.80);
    top: -40px;
}

#verification {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.max-payment {
    padding-bottom: 30px;
}

#amount {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

    #amount .description {
        margin-bottom: 0px;
    }

body > div > div.container.body-container > div.body-head.body-head-amountsetup > p.description {
    text-align: left;
    margin-bottom: 30px;
}

.body-content .form-group.amount input {
    padding: 0 10px 0 17px;
    max-width: 250px;
}

.body-content .form-group.amount:after {
    content: "£";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    font-weight: 400;
    padding: 0 0 0 6px;
}

.body-content .form-group.material, .body-content .form-group.static {
    margin-bottom: 3rem;
}

#amount .form-group.material,
#amount .form-group.static {
    margin-bottom: 4rem;
}

#Email {
    width: 100%;
    font-size: 16px;
}

#divEmail > label {
    display: none;
}

#cardDetailsDescription {
    margin-bottom: 35px;
    padding: 5px;
}

.body-content .form-group input {
    padding: 0 0 0 10px;
    border: 2px solid #CCCCCC;
    color: #333333;
    font-family: 'Montserrat';
}

#phoneCodeDropdown,
#countryContainer .select2-container {
    padding: 0 0 0 10px;
    border: 2px solid #CCCCCC;
    color: #333333;
    font-family: 'Montserrat';
}

#countryContainer .select2-container {
    border: 2px solid #CCCCCC;
    margin-top: 0 !important;
    height: 2.5em;
}

#select2-BillingCountry-container {
    position: relative;
    display: inline-block;
    top: 8px;
    text-transform: capitalize !important;
    font-size: 16px !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.select2 {
    width: 97% !important;
}

#countryContainer .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.body-content .form-group.amount input[type=checkbox] {
    position: absolute;
}

.customCheckBox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    border-radius: 3px;
}

#disclaimerText {
    font-family: 'newsreader';
    font-size: 16px;
    padding: 20px;
    color: var(--black-background-color);
    font-weight: bold;
}

#payDetails > div.padding > label {
    background: var(--black-background-color) !important;
    color: #ffffff;
    border: 1px solid #CCCCCC;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    font-family: 'Montserrat';
    font-size: 12pt;
    font-weight: 500;
    padding: 10px 16px;
}

    #payDetails > div.padding > label:hover {
        background: var(--black-background-color);
        box-shadow: 0 2px 8px rgba(0,0,0,.15);
    }

    #payDetails > div.padding > label:active {
        transform: translateY(1px);
    }

    #payDetails > div.padding > label:focus-visible {
        outline: 2px solid var(--black-background-color);
        outline-offset: 2px;
    }

#invoiceList .displayList {
    background: #f6fbff;
    border: 1px solid #e6eef5;
    border-radius: 6px;
    padding: 6px;
}

#invoiceList .description {
    font-family: 'Montserrat'
}

#invoiceList .displayList:hover {
    font-weight: bold;
}

#invoiceList .description {
    text-align: left !important;
    white-space: pre;
    font-variant-numeric: tabular-nums;
    padding: 10px 12px;
}

    #invoiceList .description:not(:last-child) {
        border-bottom: 1px solid #e6eef5;
    }

/* Buttons */
.body-content .next .btn.btn-primary {
    background-color: var(--black-background-color);
    height: 44px;
    width: 240px;
    color: #ffffff;
    border: 1px solid #CCCCCC;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 12pt;
    font-weight: 500;
    float: left !important;
}

#submitbutton:hover, #amountOptionsContinue:hover {
    color: white !important;
    background: 0 0;
    background-color: #333;
}

.order-confirmation button {
    background: var(--black-background-color) !important;
    color: #ffffff;
    border: 1px solid #CCCCCC;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    font-family: 'Montserrat';
    font-size: 12pt;
    font-weight: 500;
}

#backCardSetup .btn.btn-primary {
    background-color: var(--black-background-color) !important;
    color: #ffffff;
    border: 1px solid #CCCCCC;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    font-size: 12pt;
    font-weight: 500;
}

#totalAmount {
    display: none;
}

#defaultErrorMessage {
    margin-top: 250px;
    text-align: center;
}

#processPaymentWaiting h4.title {
    font-family: 'Newsreader';
}

#processPaymentWaiting .confirm {
    margin-top: 25px
}

#processPaymentWaiting h4.title:nth-of-type(2) {
    color: black;
    background: none;
    border-bottom: none;
    text-align: center;
}

#backButtonWaiting h4.title {
    color: black;
    background: none;
    border-bottom: none;
    text-align: center;
    margin: 0 0 10px 0;
    font-family: 'Newsreader';
}

#accessibilityModal-dialog {
    max-width: 800px;
}

#accessibilitySpanBtn {
    display: flex;
    margin-left: 0px;
    margin-top: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
}

#accessibilityBtn {
    text-align: center;
    background: none !important;
    border: none;
    padding: 0 !important;
    cursor: pointer;
    text-decoration: solid !important;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 500;
}

    #accessibilityBtn:hover {
        border-bottom: #ffffffff;
        text-decoration: auto;
        border-bottom: 1px solid #ffffff;
    }

/* Terms modal */
#wrapper {
    all: initial;
    display: block;
    font-family: inherit;
    color: inherit;
}

    #wrapper * {
        box-sizing: border-box;
    }

    #wrapper .main {
        background: #fff;
        border: 1px solid #1e1e1e;
        border-radius: 2px;
        max-width: 860px;
        margin: 24px auto;
        padding: 18px 5px;
        font-size: 16px;
        font-family: 'Newsreader';
    }

        #wrapper .main .message {
            margin: auto;
            text-align: center;
            font-weight: 600;
            max-width: 800px;
            margin-bottom: 20px;
            font-family: 'Montserrat'
        }

        #wrapper .main .title {
            margin: 0 0 10px 0;
            padding: 10px;
            display: block;
            background-color: var(--black-background-color);
            box-sizing: border-box;
            color: #ffffff;
            font-family: 'Montserrat';
            font-weight: 500;
            text-transform: none;
        }

    #wrapper .termsx {
        margin: 0 auto;
        padding: 10px;
        text-align: left;
    }

        #wrapper .termsx .row {
            display: block;
            margin: 0 0 20px 0;
            padding: 0;
        }

        #wrapper .termsx .bullet {
            display: list-item;
            margin-left: 1.3em;
            list-style-type: disc;
            margin-bottom: 10px;
        }

            #wrapper .termsx .bullet::marker {
                color: black;
            }

    #wrapper .main a {
        display: inline !important;
        color: var(--black-background-color);
        text-decoration: underline !important;
        padding: 0;
        white-space: normal;
        word-break: normal;
        overflow-wrap: break-word;
        font-family: 'Newsreader';
        font-size: inherit;
        font-weight: bold;
    }

    #wrapper .main .termsx img {
        width: auto;
        vertical-align: middle;
        margin: 0 10px 10px 0;
    }

    #wrapper .main .middle {
        text-align: center;
        margin-top: 28px;
    }

    #wrapper .main .button,
    #wrapper .main input.button {
        appearance: none;
        border: none;
        background: var(--black-background-color);
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        padding: 12px 34px;
        border-radius: 6px;
        cursor: pointer;
    }

        #wrapper .main .button:focus {
            outline: 2px solid var(--black-background-color);
            outline-offset: 2px;
        }

    #wrapper #userrow, #wrapper #user {
        display: none !important;
    }

@media print {
    #wrapper .main {
        max-width: none;
        border: none;
        padding: 0;
    }

        #wrapper .main .button, #wrapper .main .middle {
            display: none !important;
        }
}


#findClientModal #wrapper .title {
    background: #0a0a0a;
    color: #fff;
    font-weight: 700;
    text-transform: none;
    font-size: 14px;
    padding: 10px 12px;
    margin: 0 0 10px;
    text-align: left;
}

#findClientModal .find-client-img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid var(--black-background-color);
    margin: 0 0 12px;
}

#verification #FindClientLink {
    display: block;
    margin: 30px 0 0;
    color: var(--black-background-color);
    font-weight: bold;
    text-decoration: underline !important;
}

@media (max-width: 767.98px) {
    #Email {
        width: 70%;
    }

    footer.footer.mt-auto {
        position: static;
    }

    .mt-auto {
        margin-top: auto !important;
    }

    .body-container {
        padding-bottom: 0px;
    }

    .body-content .next, .order-confirmation {
        margin-bottom: 25px;
    }
}

@media(max-width: 435px) {
    #payDetails > div.padding > div.top.clearfix {
        display: inline-flex;
        flex-direction: column;
    }

    #invoiceList .description {
        font-size: 14px !important;
    }
}
